projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2707a9d
)
(x_make_frame_visible): Call input_polling_used.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Sep 1994 20:32:44 +0000
(20:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Sep 1994 20:32:44 +0000
(20:32 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index d497c302eacaeab7b7173c9f26ad518f7a2fb961..8a7badded72db3c2e107af00e4455b6d4eace30a 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-5678,7
+5678,7
@@
x_make_frame_visible (f)
to let the handler know that there's something to be read.
We used to raise a real alarm, but it seems that the handler
isn't always enabled here. This is probably a bug. */
- if (
polling_for_input
)
+ if (
input_polling_used ()
)
{
/* It could be confusing if a real alarm arrives while processing
the fake one. Turn it off and let the handler reset it. */